crypto/tls.halfConn.nextCipher (field)

5 uses

	crypto/tls (current package)
		conn.go#L182: 	nextCipher any       // next encryption state
		conn.go#L211: 	hc.nextCipher = cipher
		conn.go#L218: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L221: 	hc.cipher = hc.nextCipher
		conn.go#L223: 	hc.nextCipher = nil